Skip to content

Commit 09a1e67

Browse files
committed
set release version and year
1 parent e91baa5 commit 09a1e67

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

dev/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
</PropertyGroup>
2020

2121
<PropertyGroup>
22-
<Version>5.0.0.24174+2300</Version>
23-
<Copyright>Copyright © 2014-2024</Copyright>
22+
<Version>5.0.1.25051+1323</Version>
23+
<Copyright>Copyright © 2014-2025</Copyright>
2424
<Company>pyRevitLabs.io</Company>
2525
</PropertyGroup>
2626

pyrevitlib/pyrevit/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0.24174+2300
1+
5.0.1.25051+1323

pyrevitlib/pyrevit/versionmgr/about.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
a = about.get_pyrevit_about()
88
a.subtitle
99
```
10-
'python RAD Environment for Autodesk Revit®'a.copyright'© 2014-2024 Ehsan Iran-Nejad'
10+
'python RAD Environment for Autodesk Revit®'a.copyright'© 2014-2025 Ehsan Iran-Nejad'
1111
"""
1212
from collections import namedtuple
1313

@@ -31,4 +31,4 @@ def get_pyrevit_about():
3131
"""
3232
return PyRevitAbout(subtitle='python RAD Environment for Autodesk Revit®',
3333
madein="['pdx', 'hio', 'rno', 'sea']",
34-
copyright='© 2014-2024 Ehsan Iran-Nejad')
34+
copyright='© 2014-2025 Ehsan Iran-Nejad')

release/choco/pyrevit-cli.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>pyrevit-cli</id>
5-
<version>5.0.0.24174</version>
5+
<version>5.0.1.25051</version>
66
<packageSourceUrl>https://github.com/eirannejad/pyRevit/tree/master/release/choco/</packageSourceUrl>
77
<owners>Ehsan Iran-Nejad</owners>
88
<title>pyRevit CLI</title>
99
<authors>Ehsan Iran-Nejad</authors>
1010
<projectUrl>https://github.com/eirannejad/pyRevit</projectUrl>
1111
<iconUrl>https://cdn.jsdelivr.net/gh/eirannejad/pyRevit@master/release/choco/chocoicon.png</iconUrl>
12-
<copyright>Copyright © 2014-2024</copyright>
12+
<copyright>Copyright © 2014-2025</copyright>
1313
<licenseUrl>https://github.com/eirannejad/pyRevit/blob/master/LICENSE.txt</licenseUrl>
1414
<projectSourceUrl>https://github.com/eirannejad/pyRevit/tree/master/dev/pyRevitLabs</projectSourceUrl>
1515
<docsUrl>https://github.com/eirannejad/pyRevit/blob/master/README.md</docsUrl>
@@ -20,7 +20,7 @@
2020
and configure pyRevit in your production/development environment.
2121
Each section below showcases a specific set of functionality of the command line tool.
2222
</description>
23-
<releaseNotes>https://github.com/eirannejad/pyRevit/releases/tag/v5.0.0.24174%2B2300/</releaseNotes>
23+
<releaseNotes>https://github.com/pyrevitlabs/pyRevit/releases/tag/v5.0.1.25051%2B1323/</releaseNotes>
2424
<dependencies>
2525
<dependency id="dotnetfx" version="4.8.0.20190930" />
2626
</dependencies>

release/pyrevit-admin.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define MyAppName "pyRevit"
22
#define MyAppUUID "f2a3da53-6f34-41d5-abbd-389ffa7f4d5f"
3-
#define MyAppVersion "5.0.0.24174"
3+
#define MyAppVersion "5.0.1.25051"
44
#define MyAppPublisher "pyRevitLabs"
55
#define MyAppURL "pyrevitlabs.io"
66

@@ -13,7 +13,7 @@ AppPublisher={#MyAppPublisher}
1313
AppPublisherURL={#MyAppURL}
1414
AppSupportURL={#MyAppURL}
1515
AppUpdatesURL={#MyAppURL}
16-
AppCopyright=Copyright © 2014-2024 pyRevitLabs.io
16+
AppCopyright=Copyright © 2014-2025 pyRevitLabs.io
1717
LicenseFile=..\LICENSE.txt
1818
; Installer
1919
DefaultGroupName={#MyAppName}

release/pyrevit-cli-admin.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define MyAppName "pyRevit CLI"
22
#define MyAppUUID "9557b432-cf79-4ece-91cf-b8f996c88b47"
3-
#define MyAppVersion "5.0.0.24174"
3+
#define MyAppVersion "5.0.1.25051"
44
#define MyAppPublisher "pyRevitLabs"
55
#define MyAppURL "pyrevitlabs.io"
66
#define MyAppExeName "pyrevit.exe"
@@ -14,7 +14,7 @@ AppPublisher={#MyAppPublisher}
1414
AppPublisherURL={#MyAppURL}
1515
AppSupportURL={#MyAppURL}
1616
AppUpdatesURL={#MyAppURL}
17-
AppCopyright=Copyright © 2014-2024 pyRevitLabs.io
17+
AppCopyright=Copyright © 2014-2025 pyRevitLabs.io
1818
LicenseFile=..\LICENSE.txt
1919
; Installer
2020
DefaultGroupName={#MyAppName}

release/pyrevit-cli.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define MyAppName "pyRevit CLI"
22
#define MyAppUUID "9557b432-cf79-4ece-91cf-b8f996c88b47"
3-
#define MyAppVersion "5.0.0.24174"
3+
#define MyAppVersion "5.0.1.25051"
44
#define MyAppPublisher "pyRevitLabs"
55
#define MyAppURL "pyrevitlabs.io"
66
#define MyAppExeName "pyrevit.exe"
@@ -14,7 +14,7 @@ AppPublisher={#MyAppPublisher}
1414
AppPublisherURL={#MyAppURL}
1515
AppSupportURL={#MyAppURL}
1616
AppUpdatesURL={#MyAppURL}
17-
AppCopyright=Copyright © 2014-2024 pyRevitLabs.io
17+
AppCopyright=Copyright © 2014-2025 pyRevitLabs.io
1818
LicenseFile=..\LICENSE.txt
1919
; Installer
2020
DefaultGroupName={#MyAppName}

release/pyrevit-common.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0">
33
<PropertyGroup>
4-
<Version>5.0.0.24174</Version>
5-
<Copyright>Copyright © 2014-2024</Copyright>
4+
<Version>5.0.1.25051</Version>
5+
<Copyright>Copyright © 2014-2025</Copyright>
66
<Company>pyRevitLabs.io</Company>
77
</PropertyGroup>
88

release/pyrevit.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define MyAppName "pyRevit"
22
#define MyAppUUID "f2a3da53-6f34-41d5-abbd-389ffa7f4d5f"
3-
#define MyAppVersion "5.0.0.24174"
3+
#define MyAppVersion "5.0.1.25051"
44
#define MyAppPublisher "pyRevitLabs"
55
#define MyAppURL "pyrevitlabs.io"
66

@@ -13,7 +13,7 @@ AppPublisher={#MyAppPublisher}
1313
AppPublisherURL={#MyAppURL}
1414
AppSupportURL={#MyAppURL}
1515
AppUpdatesURL={#MyAppURL}
16-
AppCopyright=Copyright © 2014-2024 pyRevitLabs.io
16+
AppCopyright=Copyright © 2014-2025 pyRevitLabs.io
1717
LicenseFile=..\LICENSE.txt
1818
; Installer
1919
DefaultGroupName={#MyAppName}

release/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0.24174
1+
5.0.1.25051

0 commit comments

Comments
 (0)