Skip to content

Commit

Permalink
Update version number to 2017.1.0.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Sep 12, 2017
1 parent 98ec623 commit 0f7dd08
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

2017.1.0.post1 (2017-09-12)
---------------------------

- Change PyPI package name to fenics-ufl.

2017.1.0 (2017-05-09)
---------------------

Expand Down
1 change: 1 addition & 0 deletions doc/sphinx/source/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Release notes
:maxdepth: 2

releases/next
releases/v2017.1.0.post1
releases/v2017.1.0
releases/v2016.2.0
releases/v2016.1.0
Expand Down
10 changes: 10 additions & 0 deletions doc/sphinx/source/releases/v2017.1.0.post1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
===========================
Changes in version 2017.1.0
===========================

UFL 2017.1.0 was released on 2017-09-12.

Summary of changes
==================

- Change PyPI package name to fenics-ufl.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
print("Python 2.7 or higher required, please upgrade.")
sys.exit(1)

version = "2017.1.0"
version = "2017.1.0.post1"

url = "https://bitbucket.org/fenics-project/%s/" % module_name
tarball = None
if 'dev' not in version:
tarball = url + "downloads/%s-%s.tar.gz" % (module_name, version)
tarball = url + "downloads/fenics-%s-%s.tar.gz" % (module_name, version)

script_names = ("ufl-analyse", "ufl-convert", "ufl-version", "ufl2py")

Expand Down

0 comments on commit 0f7dd08

Please sign in to comment.