From 9d34b4d5b851c2a9bdfc1b11dfde3d13c9a66a77 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 4 Oct 2017 11:56:47 +0300 Subject: [PATCH] NEWS --- MANIFEST.in | 1 + NEWS | 1 + doc/index.rst | 1 + doc/news.rst | 27 +++++++++++++++++++++++++++ makedist.sh | 2 +- 5 files changed, 31 insertions(+), 1 deletion(-) create mode 120000 NEWS create mode 100644 doc/news.rst diff --git a/MANIFEST.in b/MANIFEST.in index 907fa3e..34ac351 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -13,6 +13,7 @@ include doc/Makefile include doc/pip-requirements.txt include doc/reference.rst include INSTALL +include NEWS include nose.cfg include pip-requirements-tests.txt include pip-requirements.txt diff --git a/NEWS b/NEWS new file mode 120000 index 0000000..629cf1c --- /dev/null +++ b/NEWS @@ -0,0 +1 @@ +doc/news.rst \ No newline at end of file diff --git a/doc/index.rst b/doc/index.rst index edccc23..c99adb3 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -25,6 +25,7 @@ licenced under `GNU LGPLv3+ `__. features examples reference + news install download feedback diff --git a/doc/news.rst b/doc/news.rst new file mode 100644 index 0000000..c80cf9b --- /dev/null +++ b/doc/news.rst @@ -0,0 +1,27 @@ +News +==== + +.. _release1.3: + +1.3 +--- +Removed ``__lt__``/``__eq__`` from base class, as pylint likes it. + +.. _release1.2: + +1.2 +--- +Full rich comparison operators added. + + +.. _release1.1: + +1.1 +--- +Trivial README addition. + +.. _release1.0: + +1.0 +--- +Initial release. diff --git a/makedist.sh b/makedist.sh index f329c1a..8575c78 100755 --- a/makedist.sh +++ b/makedist.sh @@ -27,7 +27,7 @@ hash=$(gpg --print-md SHA256 < $tarball) cat <\` - $size KiB - \`link \`__ \`sign \`__ -- 2.44.0