File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 9696
9797 publish-to-testpypi :
9898 name : Publish Resourcecode 📦 to TestPyPI
99+ if : " !startsWith(github.ref, 'refs/tags/')" # only publish to testPyPI for non-tagged pushes
99100 needs :
100101 - build
101102 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1+ ## Version 1.3 (18/03/2024)
2+ ### 🎉 New Features
3+ - Add support for pandas 2.X branch
4+
5+ ## Version 1.2 (15/3/2024)
6+ ### 🎉 New Features
7+ - Add support for python 3.12
8+
19## Version 1.1 (14/03/2024)
210### 🎉 New Features
311 - New ` .to_mat() ` method to export the data downloaded to a MATLAB file, with the computation of the correct MATLAB time format.
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ type: software
88license : ' GPL-3.0-or-later'
99repository-code : " https://resourcecode-project.github.io/py-resourcecode/"
1010url : " https://resourcecode-project.github.io/py-resourcecode/"
11- version : 1.1.2
12- date-released : ' 2023-03-14 '
11+ version : 1.1.3
12+ date-released : ' 2023-03-18 '
1313authors :
1414 - given-names : Nicolas
1515 family-names : Raillard
Original file line number Diff line number Diff line change 1717# You should have received a copy of the GNU General Public License along
1818# with Resourcecode. If not, see <https://www.gnu.org/licenses/>.
1919
20- numversion = (1 , 1 , 2 )
20+ numversion = (1 , 1 , 3 )
2121__version__ = "." .join (str (num ) for num in numversion )
You can’t perform that action at this time.
0 commit comments