We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4464b7 commit 6c73ba1Copy full SHA for 6c73ba1
2 files changed
docs/release-notes.rst
@@ -1,7 +1,7 @@
1
Release notes
2
=============
3
4
-1.0.0rc1 (15 November 2021)
+1.0.0rc2 (17 November 2021)
5
------------------------
6
7
New features
src/neuroglancer_scripts/__init__.py
@@ -25,8 +25,10 @@
25
# version should be converted to plain text and included in the tag
26
# message:
27
# 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
30
# 9. Bump the version number in this file to something that ends with .dev0
31
# and commit
32
# 10. Push the master branch and the new tag to Github
33
# 11. twine upload dist/*
-__version__ = "1.0.0rc1"
34
+__version__ = "1.0.0rc2"
0 commit comments