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

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Jun 14, 2018
1 parent 2dbe892 commit d8a38ee
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
9 changes: 7 additions & 2 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
Changelog
=========

2018.1.0.dev0
2018.2.0.dev0
-------------

- No changes yet.

2018.1.0 (2018-06-14)
---------------------

- Remove Python 2 support
- Generalize ``Bubble`` element to ``CodimBubblei`` to create bubbles on entity
- Generalize ``Bubble`` element to ``CodimBubble`` to create bubbles on entity
of arbitrary codimension; add ``FacetBubble``, keep ``Bubble`` (as bubble
on cell)

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/v2018.1.0
releases/v2017.2.0
releases/v2017.1.0.post1
releases/v2017.1.0
Expand Down
3 changes: 1 addition & 2 deletions doc/sphinx/source/releases/next.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ Changes in the next release
Summary of changes
==================

- Remove Python 2 support
- Add ``FacetBubble``, ``CodimBubble`` elements
- No changes yet.

.. note:: Developers should use this page to track and list changes
during development. At the time of release, this page should
Expand Down
13 changes: 13 additions & 0 deletions doc/sphinx/source/releases/v2018.1.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
===========================
Changes in version 2018.1.0
===========================

FIAT 2018.1.0 was released on 2018-06-14.

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

- Remove Python 2 support
- Generalize ``Bubble`` element to ``CodimBubble`` to create bubbles on entity
of arbitrary codimension; add ``FacetBubble``, keep ``Bubble`` (as bubble on
cell)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
print("Python 3.0 or higher required, please upgrade.")
sys.exit(1)

version = "2018.1.0.dev0"
version = "2018.2.0.dev0"

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

0 comments on commit d8a38ee

Please sign in to comment.