aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-05-31 14:39:44 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2019-05-31 14:39:44 -0400
commite233e25ea06484abb7e6ed94f866b985361f18e2 (patch)
treec5176abe10f9a747484493ea1f663775484627ad
parent0f97f1cea4dc6f6e35375b40ba58d1bc23d6e6c0 (diff)
downloadexternal_python_mako-rel_1_0_11.tar.gz
external_python_mako-rel_1_0_11.tar.bz2
external_python_mako-rel_1_0_11.zip
- 1.0.11rel_1_0_11
-rw-r--r--doc/build/changelog.rst8
-rw-r--r--doc/build/unreleased/code.rst5
2 files changed, 7 insertions, 6 deletions
diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst
index 8cf1061..0f23176 100644
--- a/doc/build/changelog.rst
+++ b/doc/build/changelog.rst
@@ -7,7 +7,13 @@ Changelog
.. changelog::
:version: 1.0.11
- :include_notes_from: unreleased
+ :released: Fri May 31 2019
+
+ .. change::
+ :tags: change
+
+ Updated for additional project metadata in setup.py. Additionally,
+ the code has been reformatted using Black and zimports.
.. changelog::
:version: 1.0.10
diff --git a/doc/build/unreleased/code.rst b/doc/build/unreleased/code.rst
deleted file mode 100644
index a75a19f..0000000
--- a/doc/build/unreleased/code.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-.. change::
- :tags: change
-
- Updated for additional project metadata in setup.py. Additionally,
- the code has been reformatted using Black and zimports.