Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Apr 17, 2019
1 parent eda0ea7 commit 20c6c6e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changelog
=========

2018.2.0
--------
2019.1.0 (2019-04-17)
---------------------

- Remove scipts
- Remove scripts
- Remove LaTeX support (not functional)
- Add support for complex valued elements; complex mode
is chosen by ``compute_form_data(form, complex_mode=True)`` typically
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/v2019.1.0
releases/v2018.1.0
releases/v2017.2.0
releases/v2017.1.0.post1
Expand Down
18 changes: 18 additions & 0 deletions doc/sphinx/source/releases/v2019.1.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
===========================
Changes in version 2019.1.0
===========================

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

- Add support for complex valued elements
- Remove LaTeX support (not functional)
- Remove scripts

Detailed changes
================

- Add support for complex valued elements; complex mode
is chosen by ``compute_form_data(form, complex_mode=True)`` typically
by a form compiler; otherwise UFL language is agnostic to the choice
of real/complex domain
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
print("Python 3.5 or higher required, please upgrade.")
sys.exit(1)

version = "2018.2.0.dev0"
version = "2019.1.0"

url = "https://bitbucket.org/fenics-project/{}/".format(module_name)
tarball = None
Expand Down

0 comments on commit 20c6c6e

Please sign in to comment.