Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

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 579f312 commit b0f75f7
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.post0 (2017-09-12)
---------------------------

- Change PyPI package name to fenics-fiat.

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.post1
=================================

FIAT 2017.1.0.post1 was released on 2017-09-12.

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

- Change PyPI package name to fenics-fiat.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,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/fiat/"
tarball = None
if 'dev' not in version:
tarball = url + "downloads/fiat-%s.tar.gz" % version
tarball = url + "downloads/fenics-fiat-%s.tar.gz" % version

setup(name="fenics-fiat",
description="FInite element Automatic Tabulator",
Expand Down

0 comments on commit b0f75f7

Please sign in to comment.