Skip to content

Commit

Permalink
Update some files in preparation for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrichardson committed Sep 14, 2017
1 parent c4511ed commit 0795897
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changelog
=========

2017.2.0 (unreleased)
2017.2.0 (2017-09-15)
---------------------

- Nothing changed yet
- Testing release method

2017.1.0 (2017-05-09)
---------------------
Expand Down
8 changes: 8 additions & 0 deletions doc/sphinx/source/releases/v2017.2.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
===========================
Changes in version 2017.2.0
===========================

UFL 2017.2.0 was released on 2017-09-15.

Summary of changes
==================
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
print("Python 2.7 or higher required, please upgrade.")
sys.exit(1)

version = "2017.2.0.dev0"
version = "2017.2.0"

url = "https://bitbucket.org/fenics-project/%s/" % module_name
tarball = None
Expand Down

0 comments on commit 0795897

Please sign in to comment.