Skip to content

Commit

Permalink
prepare release 0.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Winkel committed Aug 9, 2017
1 parent 73ee634 commit 3b8feb9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGES.rst
@@ -1,5 +1,6 @@
0.25.3 (unreleased)
0.25.3 (2017-08-09)
====================

New Features
------------

Expand All @@ -10,6 +11,15 @@ pycraf.geospatial
transforms, which come with correct docstrings and quantity/range
checker (i.e, proper unit handling). Also, we finally made ITRF work.

Bugfixes
--------
- Increase minimal numpy version to 1.11 to avoid build conflicts with
MacOS and Windows wheels. The wheels are now built with this minimal
numpy version (1.11) rather than the latest version. Users of wheels
have to have the same numpy version as the one with which pycraf wheels
were built.


0.25.2 (2017-07-30)
====================

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -48,7 +48,7 @@ url = https://github.com/bwinkel/pycraf
edit_on_github = True
github_project = bwinkel/pycraf
# version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
version = 0.25.3.dev
version = 0.25.3

[entry_points]

Expand Down

0 comments on commit 3b8feb9

Please sign in to comment.