Skip to content

Commit

Permalink
Bump version number to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aradi committed Aug 22, 2023
1 parent 0ec18aa commit 8ceae78
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 20 deletions.
18 changes: 3 additions & 15 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Change Log
==========


Unreleased
==========
3.2
===

Added
-----
Expand All @@ -13,14 +13,6 @@ Added
``_THIS_FILE``) as relative paths with respect to a specified root.


Changed
-------


Fixed
-----


3.1
===

Expand All @@ -40,11 +32,7 @@ Changed

* Support for Python 2.7, 3.3 and 3.4 dropped, support for Python 3.9 added.


Fixed
-----



3.0
===

Expand Down
2 changes: 1 addition & 1 deletion bin/fypp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ import builtins
# Prevent cluttering user directory with Python bytecode
sys.dont_write_bytecode = True

VERSION = '3.1'
VERSION = '3.2'

STDIN = '<stdin>'

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '3.1'
version = '3.2'
# The full version, including alpha/beta/rc tags.
release = '3.1'
release = '3.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/fypp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ documentation available on `readthedocs.org
<http://fypp.readthedocs.org>`_. Fypp is released under the *BSD 2-clause
license*.

This document describes Fypp Version 3.1.
This document describes Fypp Version 3.2.


Features
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setup(
name='fypp',

version='3.1',
version='3.2',

description='Python powered Fortran preprocessor',
long_description=long_description,
Expand Down

0 comments on commit 8ceae78

Please sign in to comment.