Skip to content

Commit 6c73ba1

Browse files
committed
Prepare the 1.0.0rc2 release
1 parent d4464b7 commit 6c73ba1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/release-notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Release notes
22
=============
33

4-
1.0.0rc1 (15 November 2021)
4+
1.0.0rc2 (17 November 2021)
55
------------------------
66

77
New features

src/neuroglancer_scripts/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@
2525
# version should be converted to plain text and included in the tag
2626
# message:
2727
# pandoc -t plain docs/release-notes.rst
28+
# For the GitHub release message, this line is useful:
29+
# pandoc --no-wrap -t markdown docs/release-notes.rst
2830
# 9. Bump the version number in this file to something that ends with .dev0
2931
# and commit
3032
# 10. Push the master branch and the new tag to Github
3133
# 11. twine upload dist/*
32-
__version__ = "1.0.0rc1"
34+
__version__ = "1.0.0rc2"

0 commit comments

Comments
 (0)