Preparing to release 0.10.

This commit is contained in:
Ben Sturmfels 2020-04-28 13:44:21 +10:00
parent 6808038a06
commit 4a150fa29e
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ dnl # * x.y.dev - dev
dnl dnl
dnl # see http://www.python.org/dev/peps/pep-0386/ dnl # see http://www.python.org/dev/peps/pep-0386/
AC_INIT([mediagoblin], [1.0.dev], [cwebber@gnu.org]) AC_INIT([mediagoblin], [0.10.dev], [cwebber@gnu.org])
dnl---- dnl----

View File

@ -23,4 +23,4 @@
# see http://www.python.org/dev/peps/pep-0386/ # see http://www.python.org/dev/peps/pep-0386/
__version__ = "1.0.dev" __version__ = "0.10.dev"