Skip to content

Commit

Permalink
Stable version 1.3.2 released
Browse files Browse the repository at this point in the history
  • Loading branch information
jacorbal committed Aug 5, 2020
1 parent 0e259e2 commit 8b9e0ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Changelog
Release history
===============

1.3.1 -- Wed 5 Aug 2020 12:13:53 +0200
1.3.2 -- Wed 5 Aug 2020 12:28:32 +0200
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Stable release
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Disqus, TalkYard, etc., or Google Analytics... Theming and
configuration is possible by editing Jinja2 templates.

:Purpose: A blog-oriented static website generator
:Latest version: **1.3.1** (2020-08-05)
:Latest version: **1.3.2** (2020-08-05)

.. image:: https://badge.fury.io/py/pynfact.svg
:target: https://badge.fury.io/py/pynfact
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
:copyright: © 2012-2020, J. A. Corbal
:license: MIT
"""
from setuptools import setup, find_packages
from setuptools import find_packages
from setuptools import setup


version = '1.3.1'
version = '1.3.2'

with open("README.rst", "r") as fh:
long_description = fh.read()
Expand Down Expand Up @@ -38,7 +39,7 @@
packages=['pynfact'],
entry_points={'console_scripts': ['pynfact = pynfact.__main__:main']},
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: End Users/Desktop',
Expand Down

0 comments on commit 8b9e0ea

Please sign in to comment.