Skip to content

Commit a1c3752

Browse files
committed
prepare for 2.1 release
1 parent 333149a commit a1c3752

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

htgettoken.spec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Get OIDC bearer tokens by interacting with Hashicorp vault
22
Name: htgettoken
3-
Version: 2.0
4-
Release: 2%{?dist}
3+
Version: 2.1
4+
Release: 1%{?dist}
55

66
License: BSD-3-Clause
77
URL: https://github.com/fermitools/htgettoken
@@ -80,8 +80,9 @@ rm -rf $RPM_BUILD_ROOT
8080

8181

8282
%changelog
83-
# - Fix htdecodetoken to work with token files that do not end in a newline.
84-
# - Support args in htgettoken.main() Python entry point.
83+
* Tue Feb 25 2025 Dave Dykstra <dwd@fnal.gov> 2.1-1
84+
- Fix htdecodetoken to work with token files that do not end in a newline.
85+
- Support args in htgettoken.main() Python entry point.
8586

8687
* Thu Jul 25 2024 Dave Dykstra <dwd@fnal.gov> 2.0-2
8788
- Fix broken httokendecode symlink.

htgettoken/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from __future__ import print_function
1616

1717
prog = "htgettoken"
18-
version = "2.0"
18+
version = "2.1"
1919

2020
import os
2121
import sys

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = htgettoken
3-
version = 2.0
3+
version = 2.1
44
author = Dave Dykstra
55
author_email = dwd@fnal.gov
66
license = BSD-3-Clause

0 commit comments

Comments
 (0)