Skip to content

Commit 7c7392b

Browse files
authored
Merge pull request #1747 from CartoDB/master
Merge master into develop
2 parents 30709bf + 21960c1 commit 7c7392b

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.4] - 2021-09-02
9+
10+
### Changed
11+
12+
- Add cartodbfication step for create_table_from_query and copy_table functions (#1744)
13+
814
## [1.2.3] - 2021-08-18
915

1016
### Changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ CARTOframes
44

55
.. image:: https://github.com/CartoDB/cartoframes/actions/workflows/cartoframes-ci.yml/badge.svg?branch=develop
66
:target: https://github.com/CartoDB/cartoframes/actions/workflows/cartoframes-ci.yml
7-
.. image:: https://img.shields.io/badge/pypi-v1.2.3-orange
8-
:target: https://pypi.org/project/cartoframes/1.2.3
7+
.. image:: https://img.shields.io/badge/pypi-v1.2.4-orange
8+
:target: https://pypi.org/project/cartoframes/1.2.4
99

1010
A Python package for integrating `CARTO <https://carto.com/>`__ maps, analysis, and data services into data science workflows.
1111

@@ -14,11 +14,11 @@ Python data analysis workflows often rely on the de facto standards `pandas <htt
1414
Try it Out
1515
==========
1616

17-
* Stable (1.2.3): |stable|
17+
* Stable (1.2.4): |stable|
1818
* Latest (develop branch): |develop|
1919

2020
.. |stable| image:: https://mybinder.org/badge_logo.svg
21-
:target: https://mybinder.org/v2/gh/cartodb/cartoframes/v1.2.3?filepath=examples
21+
:target: https://mybinder.org/v2/gh/cartodb/cartoframes/v1.2.4?filepath=examples
2222

2323
.. |develop| image:: https://mybinder.org/badge_logo.svg
2424
:target: https://mybinder.org/v2/gh/cartodb/cartoframes/develop?filepath=examples

cartoframes/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.3'
1+
__version__ = '1.2.4'

0 commit comments

Comments
 (0)