Skip to content

Commit

Permalink
Fix syntax error in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
netsettler committed Aug 29, 2022
1 parent 6b1b346 commit f4c29f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,20 @@ Change Log
----------


4.5.11
======


* Fix a syntax anomaly in ``pyproject.toml``.


4.5.10
======

`PR 1715: Add CHANGELOG.rst and update docutils (C4-888) <https://github.com/4dn-dcic/fourfront/pull/1715>`_

**NOTE:** This PR has a syntax error and won't load.

* Add a CHANGELOG.rst
* Also, unrelated, take a newer version of docutils (0.16 instead of 0.12)
to get rid of a deprecation warning in testing. (`C4-888 <https://hms-dbmi.atlassian.net/browse/C4-888>`_).
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
`[tool.poetry]
[tool.poetry]
# Note: Various modules refer to this system as "encoded", not "fourfront".
name = "encoded"
version = "4.5.10"
version = "4.5.11"
description = "4DN-DCIC Fourfront"
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit f4c29f8

Please sign in to comment.