Skip to content

Commit

Permalink
bumped version to 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ofajardo committed Jun 23, 2022
1 parent 86ef314 commit 7346769
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 10 deletions.
5 changes: 4 additions & 1 deletion change_log.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 0.4.5 (github, pypi and conda: 2022.06.2X)
# 0.4.6 (github, pypi and conda: 2022.06.23)
* fixed signature #84

# 0.4.5 (github, pypi and conda: 2022.06.23)
* fixed numpy.float deprecation
* fixed truncation of files when writing on windows

Expand Down
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: a853ad206b276686e0112a5c0a7bdcc1
config: df925e4b049ce26a79e4a1f290e4cace
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion docs/_build/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '0.4.5',
VERSION: '0.4.6',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &mdash; pyreadr 0.4.5 documentation</title>
<title>Index &mdash; pyreadr 0.4.6 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Welcome to pyreadr’s documentation! &mdash; pyreadr 0.4.5 documentation</title>
<title>Welcome to pyreadr’s documentation! &mdash; pyreadr 0.4.6 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Python Module Index &mdash; pyreadr 0.4.5 documentation</title>
<title>Python Module Index &mdash; pyreadr 0.4.6 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Search &mdash; pyreadr 0.4.5 documentation</title>
<title>Search &mdash; pyreadr 0.4.6 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.4.5'
release = '0.4.6'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyreadr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .pyreadr import read_r, list_objects, write_rds, write_rdata, download_file
from .custom_errors import PyreadrError, LibrdataError

__version__ = "0.4.5"
__version__ = "0.4.6"

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

setup(
name='pyreadr',
version='0.4.5',
version='0.4.6',
ext_modules=cythonize([librdata], force=True),
packages=["pyreadr"],
include_package_data=True,
Expand Down

0 comments on commit 7346769

Please sign in to comment.