Skip to content

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 0b72ee5 commit ec3d5be
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 15 deletions.
9 changes: 2 additions & 7 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
Changelog
=========

2018.1.0.dev0
2018.1.0 (2018-06-14)
-------------

- Remove Python 2 support. Now requires Python 3.5 or above.
- Add support for ``FacetBubble`` element, bubble functions
on the facets of the cell, with short family name ``FB``
- Add support for computing functional derivatives with respect
to the SpatialCoordinate of a domain. These are applied after
pullback on the reference element.
- Remove python2 support.

2017.2.0 (2017-12-05)
---------------------
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
7 changes: 0 additions & 7 deletions doc/sphinx/source/releases/next.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ Changes in the next release
Summary of changes
==================

- Remove Python 2 support. Now requires Python 3.5 or above.
- Add ``FacetBubble`` element

.. note:: Developers should use this page to track and list changes
during development. At the time of release, this page should
be published (and renamed) to list the most important
Expand All @@ -18,9 +15,5 @@ Summary of changes
Detailed changes
================

- Remove Python 2 support. Now requires Python 3.5 or above.
- Add support for ``FacetBubble`` element, bubble functions
on the facets of the cell, with short family name ``FB``

.. note:: At the time of release, make a verbatim copy of the
ChangeLog here (and remove this note).
10 changes: 10 additions & 0 deletions doc/sphinx/source/releases/v2018.1.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
===========================
Changes in version 2018.1.0
===========================

UFL 2018.1.0 was released on 2018-06-14.

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

- Remove python2 support.
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.5 or higher required, please upgrade.")
sys.exit(1)

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

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

0 comments on commit ec3d5be

Please sign in to comment.