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.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesring committed Nov 30, 2016
1 parent e021c82 commit b0fc20f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
201x.x.x [201x-xx-xx]
-
2016.2.0 [2016-11-30]
- Enable Travis CI on GitHub
- Add Firedrake quadrilateral cell
Expand Down
2 changes: 1 addition & 1 deletion FIAT/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from FIAT.reference_element import ufc_cell, ufc_simplex # noqa: F401
from FIAT.hdivcurl import Hdiv, Hcurl # noqa: F401

__version__ = "2016.2.0"
__version__ = "2017.1.0.dev0"

# List of supported elements and mapping to element classes
supported_elements = {"Argyris": Argyris,
Expand Down

0 comments on commit b0fc20f

Please sign in to comment.