Skip to content

Commit

Permalink
bump version to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Dec 28, 2022
1 parent 80396aa commit 279b3b9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ and uses a text-only user interface.
Installing
----------

| Version: 1.9.1
| Released: 2022-06-29
| Version: 1.10
| Released: 2022-12-27
.. image:: https://pepy.tech/badge/ec/month
:target: https://pepy.tech/project/ec
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '1.9.1'
release = '1.10'
# 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 @@ Engineering Calculator
======================

| Author: Ken Kundert <ec@nurdletech.com>
| Date: 2022-06-29
| Version: 1.9.1
| Date: 2022-12-27
| Version: 1.10

This calculator is noteworthy in that it employs a stack model of computation
Expand Down
4 changes: 2 additions & 2 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Releases

Latest development release
--------------------------
| Version: 1.9.1
| Released: 2022-06-29
| Version: 1.10
| Released: 2022-12-27
1.10 (2022-12-27)
-----------------
Expand Down
4 changes: 2 additions & 2 deletions engineering_calculator/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
import sys

# Set the version information {{{1
__version__ = "1.9.1"
__released__ = "2022-06-29"
__version__ = "1.10"
__released__ = "2022-12-27"

# Utility functions {{{1
italicsRegex = re.compile(r"#⟪(\w+)⟫")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = 'engineering-calculator',
version = '1.9.1',
version = '1.10',
description = 'engineering calculator',
long_description = open('README.rst').read(),
long_description_content_type = 'text/x-rst',
Expand Down

0 comments on commit 279b3b9

Please sign in to comment.