We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff7371 commit f162631Copy full SHA for f162631
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### [0.1.1](https://www.github.com/googleapis/python-db-dtypes-pandas/compare/v0.1.0...v0.1.1) (2021-10-04)
4
+
5
6
+### Bug Fixes
7
8
+* avoid rounding problems with microseconds ([#20](https://www.github.com/googleapis/python-db-dtypes-pandas/issues/20)) ([0ff7371](https://www.github.com/googleapis/python-db-dtypes-pandas/commit/0ff737120344602f49889596b1efa69a6a18a057))
9
10
## 0.1.0 (2021-09-29)
11
12
db_dtypes/version.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "0.1.0"
+__version__ = "0.1.1"
0 commit comments