Skip to content

Commit

Permalink
Release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmoncadaisla committed Sep 2, 2021
1 parent 30709bf commit 2bb68ee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.4] - 2021-09-02

### Changed

- Add cartodbfication step for create_table_from_query and copy_table functions (#1744)

## [1.2.3] - 2021-08-18

### Changed
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ CARTOframes

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

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

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

* Stable (1.2.3): |stable|
* Stable (1.2.4): |stable|
* Latest (develop branch): |develop|

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

.. |develop| image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/cartodb/cartoframes/develop?filepath=examples
Expand Down
2 changes: 1 addition & 1 deletion cartoframes/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.3'
__version__ = '1.2.4'

0 comments on commit 2bb68ee

Please sign in to comment.