File tree 4 files changed +12
-5
lines changed
4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
- v1.5.0 (in development)
1
+ v1.4.1 (in development)
2
2
-----------------------
3
3
- Migrated from setuptools to hatch
4
+ - ** Bugfix** : When no ` accept ` argument is passed to
5
+ ` PyPISimple.get_project_page() ` , actually fall back to the value supplied on
6
+ client instantiation, as documented (contributed by
7
+ [ @thatch ] ( https://github.com/thatch ) )
4
8
5
9
v1.4.0 (2023-11-01)
6
10
-------------------
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2018-2023 John Thorvald Wodder II
3
+ Copyright (c) 2018-2023 John Thorvald Wodder II and contributors
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 3
3
Changelog
4
4
=========
5
5
6
- v1.5.0 (in development)
6
+ v1.4.1 (in development)
7
7
-----------------------
8
8
- Migrated from setuptools to hatch
9
-
9
+ - **Bugfix **: When no ``accept `` argument is passed to
10
+ `PyPISimple.get_project_page() `, actually fall back to the value supplied on
11
+ client instantiation, as documented (contributed by `@thatch
12
+ <https://github.com/thatch> `_)
10
13
11
14
v1.4.0 (2023-11-01)
12
15
-------------------
Original file line number Diff line number Diff line change 14
14
for more information.
15
15
"""
16
16
17
- __version__ = "1.5.0 .dev1"
17
+ __version__ = "1.4.1 .dev1"
18
18
__author__ = "John Thorvald Wodder II"
19
19
__author_email__ = "pypi-simple@varonathe.org"
20
20
__license__ = "MIT"
You can’t perform that action at this time.
0 commit comments