Skip to content

Commit c1cfe17

Browse files
committed
increment minor version and update copyright
1 parent 8861597 commit c1cfe17

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pyTRS"
7-
version = "2.1.4"
7+
version = "2.2.0"
88
description = "A library for parsing Public Land Survey System (PLSS) land descriptions."
99
authors = [
1010
{name = "James P. Imes", email = "jamesimes@gmail.com"},

pytrs/_constants.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

2-
__version__ = '2.1.4'
3-
__version_date__ = '11/20/2024'
2+
__version__ = '2.2.0'
3+
__version_date__ = '07/28/2025'
44
__author__ = 'James P. Imes'
55
__email__ = 'jamesimes@gmail.com'
66
__website__ = 'https://github.com/JamesPImes/pyTRS'
77

88
__license__ = (
9-
"Copyright (c) 2020-2024, James P. Imes, all rights reserved.\n\n"
9+
"Copyright (c) 2020-2025, James P. Imes, all rights reserved.\n\n"
1010
"pyTRS, together with all accompanying programs and modules, is licensed "
1111
"under a 'Modified Academic Public License', modified from the OMNeT++ "
1212
"license, which was written by Andras Varga (license text is in public "

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ A few uses and examples [are showcased here](guides/guides/examples.md).
3939

4040

4141
## License
42-
Copyright © 2020-2022, James P. Imes, all rights reserved.
42+
Copyright © 2020-2025, James P. Imes, all rights reserved.
4343

4444
#### *__pyTRS is NOT licensed for ANY commercial or for-profit use. [Contact me at <jamesimes@gmail.com>](mailto:jamesimes@gmail.com) for licensing inquiries, or to inquire about my consulting, or just to say hello / offer feedback.__*
4545

0 commit comments

Comments
 (0)