summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-08-03 06:15:13 +0300
committerLars Wirzenius <liw@liw.fi>2019-08-03 06:15:13 +0300
commitf6c90f8db74f86fcd4261407e6c6a2fb006f0726 (patch)
treefe0134a1449b29dc5f04bbb2bd21cd0ed299ad08
parent038cf02539020a3a7d85e8bc71e3f34fa2b07207 (diff)
downloadheippapy-f6c90f8db74f86fcd4261407e6c6a2fb006f0726.tar.gz
Prepare to release version 1.0heippapy-1.0
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--heippapy/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 112eafd..6c192f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for heippapy
=====================
-Version 0.0+git, not yet released
+Version 1.0, released 2019-08-03
----------------------------------
* First release.
diff --git a/debian/changelog b/debian/changelog
index bde6c51..36d7f90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-heippapy (0.1-1) UNRELEASED; urgency=medium
+heippapy (1.0-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sun, 09 Oct 2016 15:49:09 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sat, 03 Aug 2019 06:15:13 +0300
diff --git a/heippapy/version.py b/heippapy/version.py
index 178de36..5a5470e 100644
--- a/heippapy/version.py
+++ b/heippapy/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.22+git"
-__version_info__ = (0, 22, '+git')
+__version__ = "1.0"
+__version_info__ = (1, 0)