diff --git a/NEWS.md b/NEWS.md index 975f09b..5776340 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ What's new in Astrochem ? ========================= -astrochem-0.6 (Not released yet) +astrochem-0.6 (November 4, 2014) -------------------------------- * Numpy module is now mandatory (fixes issue #3) diff --git a/configure.ac b/configure.ac index 3821897..11fb4b3 100644 --- a/configure.ac +++ b/configure.ac @@ -18,8 +18,8 @@ # along with Astrochem. If not, see . AC_PREREQ(2.59) -AC_INIT(astrochem, 0.6-dev, http://github.com/smaret/astrochem/issues) -RELEASE_DATE="Not released yet" +AC_INIT(astrochem, 0.6, http://github.com/smaret/astrochem/issues) +RELEASE_DATE="November 4, 2014" AC_SUBST([RELEASE_DATE]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([config.h.in])