Skip to content

Commit

Permalink
bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jun 4, 2022
1 parent eb896bc commit 0e12343
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .bump.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
date_fmt = 'YYYY-MM-DD'
major = 1
minor = 1
patch = 3
minor = 2
patch = 0
date = [
'svg_schematic.py __released__',
'README.rst Released',
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ SVG Schematic


:Author: Ken Kundert
:Version: 1.1.3
:Released: 2022-06-01
:Version: 1.2.0
:Released: 2022-06-03


This package allows you to create simple SVG schematics and block diagrams
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '1.1.3'
release = '1.2.0'
# The short X.Y version.
version = '.'.join(release.split('.')[0:2])

Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ SVG Schematic
=============

:Author: Ken Kundert
:Version: 1.1.3
:Released: 2022-06-01
:Version: 1.2.0
:Released: 2022-06-03


This package allows you to create simple SVG schematics and block diagrams
Expand Down
4 changes: 2 additions & 2 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Releases
--------

**Latest development release**:
| Version: 1.1.3
| Released: 2022-06-01
| Version: 1.2.0
| Released: 2022-06-03
- added Crossing symbols
- added Converter symbols.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name = 'svg_schematic',
version = '1.1.3',
version = '1.2.0',
description = 'svg schematics',
long_description = readme,
long_description_content_type = 'text/x-rst',
Expand Down
4 changes: 2 additions & 2 deletions svg_schematic.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"""
*SVG Schematic* is a Python library can be used to create schematics using SVG.
"""
__version__ = '1.1.3'
__released__ = '2022-06-01'
__version__ = '1.2.0'
__released__ = '2022-06-03'


# License {{{1
Expand Down

0 comments on commit 0e12343

Please sign in to comment.